Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Mar 20, 2024
1 parent d421576 commit 0847935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private map[loc from, str tp] getLocationTypes(TModel tm)

ModuleSummary makeSummary(TModel tm, str qualifiedModuleName) {
tm = convertTModel2PhysicalLocs(tm);
// Extract @doc tags
// Extract @doc and @synopsis tags
map[loc def, str synopsis] synopses = ();
map[loc def, loc docloc] docLocs = ();
for(def <- tm.defines){
Expand Down

0 comments on commit 0847935

Please sign in to comment.