[hipl-commit] [trunk] Rev 4341: Generate Doxygen documentation in the doc/ subdirectory.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sat, 17 Apr 2010 14:18:40 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 17/04/2010 at 14:18:40
Revision: 4341
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Generate Doxygen documentation in the doc/ subdirectory.

Modified:
  M  .bzrignore
  M  doc/Doxyfile.in

=== modified file '.bzrignore'
--- .bzrignore  2010-04-17 11:17:20 +0000
+++ .bzrignore  2010-04-17 11:18:23 +0000
@@ -35,7 +35,7 @@
 doc/Doxyfile
 doc/HOWTO.html
 doc/HOWTO.txt
-doxy/
+doc/doxy/
 firewall/hipfw
 hipd/hipd
 hipl-main.tar.gz

=== modified file 'doc/Doxyfile.in'
--- doc/Doxyfile.in     2010-04-17 11:17:20 +0000
+++ doc/Doxyfile.in     2010-04-17 11:18:23 +0000
@@ -38,7 +38,7 @@
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = doxy
+OUTPUT_DIRECTORY       = doc/doxy
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 4096 sub-directories (in 2 levels) under the output directory of each output

Other related posts:

  • » [hipl-commit] [trunk] Rev 4341: Generate Doxygen documentation in the doc/ subdirectory. - Diego Biurrun