Skip to content
Snippets Groups Projects
Commit 0a7bc36f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Doc: Reduced verbosity.

parent ac22d12b
No related branches found
No related tags found
No related merge requests found
...@@ -720,7 +720,9 @@ void export_autodoc_for_ref(string ref) ...@@ -720,7 +720,9 @@ void export_autodoc_for_ref(string ref)
{ {
// Not relevant for autodoc. // Not relevant for autodoc.
src_to_doc[src_rev] = doc_refs[ref]; src_to_doc[src_rev] = doc_refs[ref];
progress("no documentation... "); if (verbose) {
progress("No documentation... ");
}
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment