Summary: | doxypart: add *.dox to list of default doxygen input files | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Daniel Franke <franke.daniel> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Franke
2004-02-09 18:08:19 UTC
Since 2003-08-05 all projects started with KDevelop (or imported sources) read *.dox files as default. Please read doxygen manual. It works fine here. It does not here. I have to add explicitly *.dox to Input Patterns, otherwise there isn't any \mainpage ... ?! BTW: the WhatsThis-help at Project Options->Doxygen->Input->Input Patterns doesn't list the '*.dox' ... Sorry when bothering ... but: Doxygen Manual (www.stack.nl/~dimitri/doxygen/config.html#cfg_file_patterns): -- FILE_PATTERNS If the value of the INPUT tag contains directories, you can use the FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and *.h ) to filter out the source-files in the directories. If left blank the following patterns are tested: .c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp .h++ *.idl *.odl *.cs -- I'm running 1.3.2, but nevertheless ... no '*.dox' here - am I missing something so large I can't see it?! Daniel I'm sorry but I get the *.dox "for free" in "Project Options->Doxygen->Input->Input Patterns" every time I start a new project in KDevelop. Are you sure you are looking at the HUGE textbox just under Input patterns? Here it contains around 15 patterns rigth "out-of-the box". *hmmm* Ok, Amilcar 1, Daniel 0. Seems my project was created before 2003-08-05 ... therefore my input-file-pattern-list is still empty. New projects have a full list, including '*.dox' - sorry for bothering. Daniel |