Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/dc9e7c989f1a259a8fee9...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/dc9e7c989f1a259a8fee9a6...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/dc9e7c989f1a259a8fee9a6e1...
The branch, master has been updated
via dc9e7c989f1a259a8fee9a6e1a4c6be6186f7c31 (commit)
from 2a03ea30490892ac52b3da325ab78e1aa888f83e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=dc9e7c989f1a259a8fe...
commit dc9e7c989f1a259a8fee9a6e1a4c6be6186f7c31
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
fixup doxygen directory list to cope with html content handler move
diff --git a/docs/Doxyfile b/docs/Doxyfile
index f106693..9f72bc1 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -773,7 +773,6 @@ INPUT = docs \
frontends/riscos/scripts \
frontends/windows \
include/netsurf \
- render \
desktop \
content \
content/fetchers \
@@ -781,6 +780,8 @@ INPUT = docs \
content/handlers/css \
content/handlers/javascript \
content/handlers/javascript/duktape \
+ content/handlers/html \
+ content/handlers/text \
utils \
utils/http
-----------------------------------------------------------------------
Summary of changes:
docs/Doxyfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/Doxyfile b/docs/Doxyfile
index f106693..9f72bc1 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -773,7 +773,6 @@ INPUT = docs \
frontends/riscos/scripts \
frontends/windows \
include/netsurf \
- render \
desktop \
content \
content/fetchers \
@@ -781,6 +780,8 @@ INPUT = docs \
content/handlers/css \
content/handlers/javascript \
content/handlers/javascript/duktape \
+ content/handlers/html \
+ content/handlers/text \
utils \
utils/http
--
NetSurf Browser