Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/83f24af275fae0fd89960a5d49e06b9be9987fe0
...commit
http://git.netsurf-browser.org/netsurf.git/commit/83f24af275fae0fd89960a5d49e06b9be9987fe0
...tree
http://git.netsurf-browser.org/netsurf.git/tree/83f24af275fae0fd89960a5d49e06b9be9987fe0
The branch, master has been updated
via 83f24af275fae0fd89960a5d49e06b9be9987fe0 (commit)
from 9769e8f2c067b8f5bbebe3bede0ab223dbae357d (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=83f24af275fae0fd89960a5d49e06b9be9987fe0
commit 83f24af275fae0fd89960a5d49e06b9be9987fe0
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Restore newlines for unimplemented javascript in doxygen
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/content/handlers/javascript/duktape/Makefile
b/content/handlers/javascript/duktape/Makefile
index 34a036a..e24a12a 100644
--- a/content/handlers/javascript/duktape/Makefile
+++ b/content/handlers/javascript/duktape/Makefile
@@ -23,7 +23,7 @@ docs/UnimplementedJavascript.txt:
content/handlers/javascript/duktape/netsurf.bn
$(VQ)echo "This is a list of all the binding methods, getters and
setters without an implementation in a binding." >> $@
$(VQ)echo "" >> $@
$(VQ)echo " GENBIND: $<"
- $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I
content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep
"Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0 }' >> $@
+ $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I
content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep
"Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0"\\n" }' >> $@
$(VQ)echo "*/" >> $@
ifeq ($(filter $(MAKECMDGOALS),clean test coverage),)
-----------------------------------------------------------------------
Summary of changes:
content/handlers/javascript/duktape/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/handlers/javascript/duktape/Makefile
b/content/handlers/javascript/duktape/Makefile
index 34a036a..e24a12a 100644
--- a/content/handlers/javascript/duktape/Makefile
+++ b/content/handlers/javascript/duktape/Makefile
@@ -23,7 +23,7 @@ docs/UnimplementedJavascript.txt:
content/handlers/javascript/duktape/netsurf.bn
$(VQ)echo "This is a list of all the binding methods, getters and
setters without an implementation in a binding." >> $@
$(VQ)echo "" >> $@
$(VQ)echo " GENBIND: $<"
- $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I
content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep
"Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0 }' >> $@
+ $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I
content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep
"Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0"\\n" }' >> $@
$(VQ)echo "*/" >> $@
ifeq ($(filter $(MAKECMDGOALS),clean test coverage),)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org