Change #248105
| Category | doxygen |
| Changed by | Dimitri van Heesch <doxygen@gmail.com> |
| Changed at | Sun 09 Nov 2025 15:06:58 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 9a0a0a656cb2513d8dfbce74ff6f24669dd0ac8e |
Comments
Refactoring: replace GrowBuf with normal QCString. Rationale: - not really beneficial to use a custom type anymore. - Using same type as return type gives the compiler more options for return value optimization (RVO).
Changed files
- src/cite.cpp
- src/clangparser.cpp
- src/datetime.cpp
- src/diagram.cpp
- src/docbookgen.cpp
- src/docbookvisitor.cpp
- src/docparser.cpp
- src/growbuf.h
- src/htmldocvisitor.cpp
- src/htmlgen.cpp
- src/searchindex.cpp
- src/searchindex.h
- src/util.cpp
- src/vhdljjparser.cpp