Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: doc/mainpage.dox

Issue 6326553071845376: Doxygen configuration file (Closed)
Patch Set: Created July 28, 2014, 11:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Doxyfile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/mainpage.dox
===================================================================
new file mode 100644
--- /dev/null
+++ b/doc/mainpage.dox
@@ -0,0 +1,20 @@
+/*!
+
+\mainpage Adblock Plus for IE Code Documentation
+
+\section Macros Defined for Doxygen
+
+The following macros defined in the Doxyfile.
+This is a work-around for a deficiency in the Doxygen preprocessor
+Apparently doxygen doesn't understand <tt>defined ...</tt> (in config.h),
+ so we've defined the other macros accordingly.
+
+\code
+ PRODUCT_ADBLOCKPLUS
+ SUPPORT_FILTER
+ SUPPORT_WHITELIST
+ SUPPORT_DOM_TRAVERSER
+ SUPPORT_FRAME_CACHING
+\endcode
+
+*/
« no previous file with comments | « Doxyfile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld