Kaydet (Commit) 83d9f9e8 authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix generating API docs (Windows makefile).

Also fixes a doxygen warning.
üst f31a8486
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
RST2HTML=python rst2html.py RST2HTML=python rst2html.py
DOXYGEN=doxygen DOXYGEN=doxygen
CP = copy
RM = del RM = del
-include ../localwin32.mk -include ../localwin32.mk
...@@ -16,6 +17,10 @@ doc: geany.txt ...@@ -16,6 +17,10 @@ doc: geany.txt
hacking-doc: ../HACKING hacking-doc: ../HACKING
$(RST2HTML) -stg --stylesheet=geany.css $^ hacking.html $(RST2HTML) -stg --stylesheet=geany.css $^ hacking.html
# FIXME: we should also replace anything like @VERSION@
Doxyfile: Doxyfile.in
$(CP) $< $@
api-doc: Doxyfile api-doc: Doxyfile
$(DOXYGEN) $(DOXYGEN)
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
* @link plugindata.h @endlink. * @link plugindata.h @endlink.
*/ */
/** Use the PLUGIN_VERSION_CHECK() macro instead. Required by Geany. */ /** Use the PLUGIN_VERSION_CHECK() macro instead. Required by Geany.
* @return . */
gint plugin_version_check(gint); gint plugin_version_check(gint);
/** Use the PLUGIN_SET_INFO() macro to define it. Required by Geany. /** Use the PLUGIN_SET_INFO() macro to define it. Required by Geany.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment