summaryrefslogtreecommitdiff
path: root/doc/todo/doxygen_support.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-01 18:42:06 -0500
committerJoey Hess <joey@kitenet.net>2008-02-01 18:42:06 -0500
commitbc119adc11e2ae871d238f807691717d40010a25 (patch)
tree7495005e6f54d7150ec76fb3e18128e26eeba071 /doc/todo/doxygen_support.mdwn
parenta9da9fcd251e7b86212d6cc9cceafa76372f0dcc (diff)
web commit by http://willu.myopenid.com/: doxygen support wishlist entry
Diffstat (limited to 'doc/todo/doxygen_support.mdwn')
-rw-r--r--doc/todo/doxygen_support.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/doxygen_support.mdwn b/doc/todo/doxygen_support.mdwn
new file mode 100644
index 000000000..ae31c1603
--- /dev/null
+++ b/doc/todo/doxygen_support.mdwn
@@ -0,0 +1,7 @@
+[[tag wishlist]]
+
+Given that ikiwiki has a suggested use as a tool for developers, I was thinking it might be cool if ikiwiki had [Doxygen](http://www.doxygen.org/) support. I'm not exactly sure how the integration would work. Something along the lines of a plugin to support .dox files would be my first thought. I'd leave generating the documentation from any source files for a separate run of Doxygen - it'd be easier and you probably don't want the source being edited over the web.
+
+#### Background ####
+
+I have been involved with one project that uses Doxygen to generate their web pages and user docs, as well as their 'in code' documentation: <http://orca-robotics.sourceforge.net/orca/index.html>. This makes the whole system somewhat like ikiwiki, but without the cgi for public editing. I was thinking of trying to convince that project to move to ikiwiki, but they're not going to want to re-write all their documentation.