[Doxygen-users] PROJECT_NAME not found, but its there?
Brought to you by:
dimitri
From: Joshua P. <jp...@ei...> - 2001-09-06 16:03:29
|
Hello, I'm getting the following error when I run doxygen: Error: tag INPUT: input source `PROJECT_NAME' does not exist But here is the first few lines of my Doxygen file: # Doxyfile 0.1 #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "Visualizer Library" PROJECT_NUMBER = 0.5 OUTPUT_DIRECTORY = "C:/Development/Visualizer/Documentation/" OUTPUT_LANGUAGE = English EXTRACT_ALL = YES Is there any explaination for this? Thanks! |