Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not open Doxyfile generatet by doxywizard with the editor #9

Closed
anb0s opened this issue Apr 10, 2015 · 0 comments
Closed

Can not open Doxyfile generatet by doxywizard with the editor #9

anb0s opened this issue Apr 10, 2015 · 0 comments

Comments

@anb0s
Copy link
Owner

anb0s commented Apr 10, 2015

Original Savannah ticket 333 reported by None on Fri Oct 08 14:29:36 2004.

I found the problem by the ALIASES entry.

I had to convert the ALIASES entry from
ALIASES = "Function=\par Function: \n"
"Type=\par Type: \n"
"Input=\par Input: \n"
"Output=\par Output: \n"
Return=\return
"Pattern=\par Pattern: \n"
Author=\author
"File=\par File: \n"
"SeeAlso=\par SeeAlso: \n"
"link=\par Link: \n"
"supplierCardinality=\par SupplierCardinality: \n"
"supplierRole=\par SupplierRole: \n"

to

ALIASES = "Function=\par Function: \n" "Type=\par Type: \n" "Input=\par Input: \n" "Output=\par Output: \n" Return=\return "Pattern=\par Pattern: \n" Author=\author "File=\par File: \n" "SeeAlso=\par SeeAlso: \n" "link=\par Link: \n" "supplierCardinality=\par SupplierCardinality: \n" "supplierRole=\par SupplierRole: \n"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant