TOC(heading=Procedures, sectionindex, compact, depth=3, allactive, Documentatie/Ontwikkelaar/Procedures/)? TOC(heading=Ontwikkelaar, sectionindex, compact, depth=2, allactive, Documentatie/Ontwikkelaar/)? TOC(heading=Documentatie, sectionindex, compact, depth=1, allactive, Documentatie/)?
API-documentatie maken
Een paar grep commando's kunnen helpen bij het maken van de API-documentatie. Een gesorteerde lijst met route declaraties:
grep -h -r --include="*.cs" "api/" . | sort | uniq > api.txt
Route declaraties en een regel die daaraan vooraf gaat:
grep -h -r --include="*.cs" --before-context=1 "api/" . > api.txt
Last modified 7 years ago
Last modified on 06/25/19 08:33:43