Skip to content

Commit 742927e

Browse files
committed
Extend built-in STL support with more classes
1 parent b9b3e00 commit 742927e

File tree

4 files changed

+311
-232
lines changed

4 files changed

+311
-232
lines changed

src/CMakeLists.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,9 @@ add_library(_doxygen STATIC
197197
#
198198
${GENERATED_SRC}/ce_parse.cpp
199199
#
200-
plantuml.cpp
201200
arguments.cpp
202201
cite.cpp
203202
clangparser.cpp
204-
fileparser.cpp
205203
classdef.cpp
206204
classlist.cpp
207205
cmdmapper.cpp
@@ -212,20 +210,24 @@ add_library(_doxygen STATIC
212210
defgen.cpp
213211
define.cpp
214212
definition.cpp
213+
dia.cpp
215214
diagram.cpp
216215
dirdef.cpp
216+
docbookgen.cpp
217+
docbookvisitor.cpp
218+
docgroup.cpp
217219
docparser.cpp
218220
docsets.cpp
219221
dot.cpp
220222
dotcallgraph.cpp
221-
dotlegendgraph.cpp
222223
dotclassgraph.cpp
223224
dotdirdeps.cpp
224225
dotfilepatcher.cpp
225226
dotgfxhierarchytable.cpp
226227
dotgraph.cpp
227228
dotgroupcollaboration.cpp
228229
dotincldepgraph.cpp
230+
dotlegendgraph.cpp
229231
dotnode.cpp
230232
dotrunner.cpp
231233
doxygen.cpp
@@ -234,14 +236,14 @@ add_library(_doxygen STATIC
234236
entry.cpp
235237
filedef.cpp
236238
filename.cpp
239+
fileparser.cpp
237240
formula.cpp
238241
ftextstream.cpp
239242
ftvhelp.cpp
240243
groupdef.cpp
241244
htags.cpp
242245
htmldocvisitor.cpp
243246
htmlentity.cpp
244-
resourcemgr.cpp
245247
htmlgen.cpp
246248
htmlhelp.cpp
247249
image.cpp
@@ -252,28 +254,30 @@ add_library(_doxygen STATIC
252254
layout.cpp
253255
mandocvisitor.cpp
254256
mangen.cpp
255-
sqlite3gen.cpp
256257
markdown.cpp
257258
memberdef.cpp
258259
membergroup.cpp
259260
memberlist.cpp
260261
membername.cpp
261262
message.cpp
262263
msc.cpp
263-
dia.cpp
264264
namespacedef.cpp
265265
objcache.cpp
266266
outputgen.cpp
267267
outputlist.cpp
268268
pagedef.cpp
269269
perlmodgen.cpp
270+
plantuml.cpp
270271
qhp.cpp
271272
qhpxmlwriter.cpp
272273
reflist.cpp
274+
resourcemgr.cpp
273275
rtfdocvisitor.cpp
274276
rtfgen.cpp
275277
rtfstyle.cpp
276278
searchindex.cpp
279+
sqlite3gen.cpp
280+
stlsupport.cpp
277281
tagreader.cpp
278282
template.cpp
279283
textdocvisitor.cpp
@@ -283,9 +287,6 @@ add_library(_doxygen STATIC
283287
vhdljjparser.cpp
284288
xmldocvisitor.cpp
285289
xmlgen.cpp
286-
docbookvisitor.cpp
287-
docbookgen.cpp
288-
docgroup.cpp
289290
)
290291

291292
##foreach(lex_file ${LEX_FILES})

0 commit comments

Comments
 (0)