2 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
531e0cd2a9 Don't remove juce namespace 2019-06-30 23:45:54 -04:00
FeRD (Frank Dana)
aab360c601 Doxygen: Update formatting from JUCE configs
Doxygen was having real trouble generating clean docs from
the JUCE sources, but their own website docs were generated
with Doxygen as well, and looked great.

Turns out, they preprocess their own source files before
generating docs from them. Borrowed their Python script to
munge the sources, and connected it up as a new target
dependency for `make doc`. It'll only run if the docs are
requested to be built, and `make clean` will clear out
the preprocessed sources if it's run.
2019-06-30 23:45:54 -04:00