Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Apr 16, 2024
1 parent 809f1c1 commit 5a63bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapping/python/docs/generate_sphinx_docs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ void GeneratePythonRstFiles()
rstStream << ".. index:: pair: Filter Class Names; " << filter->className() << "\n";

rstStream << "\n";
//rstStream << "- **UI Name**: " << filter->humanName() << "\n\n";
// rstStream << "- **UI Name**: " << filter->humanName() << "\n\n";

rstStream << ".. _" << filterClassName << ":\n";

Expand Down

0 comments on commit 5a63bdf

Please sign in to comment.