Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/xnpal.doxygen

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.1.1 by aga, Mon Nov 22 01:42:37 2004 UTC revision 1.4 by tani, Tue Mar 15 04:49:40 2005 UTC
# Line 17  Line 17 
17  # The PROJECT_NAME tag is a single word (or a sequence of words surrounded  # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
18  # by quotes) that should identify the project.  # by quotes) that should identify the project.
19    
20  PROJECT_NAME           = vpal  PROJECT_NAME           = xnpal
21    
22  # The PROJECT_NUMBER tag can be used to enter a project or revision number.  # The PROJECT_NUMBER tag can be used to enter a project or revision number.
23  # This could be handy for archiving the generated documentation or  # This could be handy for archiving the generated documentation or
# Line 40  OUTPUT_DIRECTORY       = Line 40  OUTPUT_DIRECTORY       =
40  # German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish,  # German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish,
41  # Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish.  # Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish.
42    
43  OUTPUT_LANGUAGE        = English  OUTPUT_LANGUAGE        = Japanese
44    
45  # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in  # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
46  # documentation are documented, even if no documentation was available.  # documentation are documented, even if no documentation was available.
# Line 304  WARN_LOGFILE           = Line 304  WARN_LOGFILE           =
304  # directories like "/usr/src/myproject". Separate the files or directories  # directories like "/usr/src/myproject". Separate the files or directories
305  # with spaces.  # with spaces.
306    
307  INPUT                  = vpal.cc  INPUT                  =
308    
309  # If the value of the INPUT tag contains directories, you can use the  # If the value of the INPUT tag contains directories, you can use the
310  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
311  # and *.h) to filter out the source-files in the directories. If left  # and *.h) to filter out the source-files in the directories. If left
312  # blank all files are included.  # blank all files are included.
313    
314  FILE_PATTERNS          =  FILE_PATTERNS          = *.h *.cc
315    
316  # The RECURSIVE tag can be used to turn specify whether or not subdirectories  # The RECURSIVE tag can be used to turn specify whether or not subdirectories
317  # should be searched for input files as well. Possible values are YES and NO.  # should be searched for input files as well. Possible values are YES and NO.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26