Index: include/AdblockPlus.h |
=================================================================== |
--- a/include/AdblockPlus.h |
+++ b/include/AdblockPlus.h |
@@ -15,6 +15,18 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
+/** |
+ * @mainpage Libadblockplus source code documentation |
+ * This is the source code documentation of Libadblockplus. See the |
+ * [README](https://hg.adblockplus.org/libadblockplus/file/default/README.md/) |
Wladimir Palant
2014/09/01 17:36:56
Nit: Please remove trailing slash.
Felix Dahlke
2014/09/02 05:24:51
It's deliberate actually - for some reason Doxygen
|
+ * for build instructions and basic usage. |
+ */ |
+ |
+/** |
+ * @namespace AdblockPlus |
+ * Main namespace of Libadblockplus. |
+ */ |
+ |
#ifndef ADBLOCK_PLUS_ADBLOCK_PLUS_H |
#define ADBLOCK_PLUS_ADBLOCK_PLUS_H |