Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 4 of 4) sorted by relevance

/mipi-sys-t-3.4.0/library/doxygen/
DCMakeLists.txt16 add_custom_target(doc target
23 set_target_properties(doc PROPERTIES
DBuilding.md101 doc | Build HTML documentation
DDoxyfile.in1112 # http://doc.trolltech.com/qthelpproject.html#namespace
1118 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
1120 QHP_VIRTUAL_FOLDER = doc
1124 # http://doc.trolltech.com/qthelpproject.html#custom-filters
1130 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
1138 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_collateral.cpp74 pugi::xml_document doc; in parseXml() local
75 pugi::xml_parse_result scan_result(doc.load_file(filename.c_str())); in parseXml()
90 for(auto client(doc.child(tagCollateral).child(tagClient)); in parseXml()