Source Doc Changes #876
brian
17 Dec 2009
Promoted to ticket #876 and assigned to brian
brian
17 Dec 2009
Ticket resolved in 1.0.48
Got this working. While I was in the docCompiler code I cleaned up a bunch of stuff (if you happened to be using any of those APIs directly).
brian
17 Dec 2009
When I did the symbol rework this past summer I hardcoded the compiler to include source code into the pod file for every pod unless the
@nodocfacet was set. This is obviously isn't what we really want - distributing source should be an opt-in choice, not an opt-out choice.The existing design is to include source into the pod, then docCompiler uses this to generate the source HTML we distribute and publish on the website. The problem with this approach is that the core Fan distro distributes source 3 times (src tree, in each pod, and in HTML format).
I am going to rework this design: