| Summary: | Allow configuring doxygen comment style when doing "Document Declaration" | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alexander <ashaduri> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | aleixpol, felix_mauch |
| Priority: | LO | Keywords: | junior-jobs |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander
2010-11-23 16:00:34 UTC
Hi there, I know, this post is kind of old, however, I recently stood in front of the same problem and it took me quite some time to find the solution. The doxygen completion is done through a template file which is in $(kde4-config --prefix)/share/apps/kdevcodeutils/templates/doxygen_cpp.txt You can either adapt this file globally with root rights or you can copy it to $(kde4-config --localprefix)/share/apps/kdevcodeutils/templates/doxygen_cpp.txt and modify it there. For Frameworks 5 it is similar (I think without the apps/ part) and locally it is in ~/.local/share/kdevcodeutils/templates/doxygen_cpp.txt I agree, this should be easier to configure |