Skip to content

Commit eb8a48d

Browse files
sbryngelsonclaude
andcommitted
Shorten Doxygen subtitle and page titles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3cd7cab commit eb8a48d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NUMBER =
4747
# for a project that appears at the top of each page and should give viewer a
4848
# quick idea about the purpose of the project. Keep the description short.
4949

50-
PROJECT_BRIEF = "High-fidelity multiphase flow simulation"
50+
PROJECT_BRIEF = "Exascale flow solver"
5151

5252
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5353
# in the documentation. The maximum height of the logo should not exceed 55

toolchain/mfc/cli/docs_gen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ def _generate_commands_by_category(
213213
def generate_cli_reference(schema: CLISchema) -> str:
214214
"""Generate complete CLI reference documentation in markdown."""
215215
lines = [
216-
"@page cli-reference Command Line Reference",
216+
"@page cli-reference CLI Reference",
217217
"",
218-
"# Command Line Reference",
218+
"# CLI Reference",
219219
"",
220220
"> **Auto-generated** from `toolchain/mfc/cli/commands.py`",
221221
"> ",

toolchain/mfc/params/generators/docs_gen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ def generate_parameter_docs() -> str: # pylint: disable=too-many-locals,too-man
349349
by_param = analysis["by_param"]
350350

351351
lines = [
352-
"@page parameters Case Parameters Reference",
352+
"@page parameters Case Parameters",
353353
"",
354-
"# Case Parameters Reference",
354+
"# Case Parameters",
355355
"",
356356
"> **Auto-generated** from parameter registry",
357357
"> ",
@@ -543,7 +543,7 @@ def generate_parameter_docs() -> str: # pylint: disable=too-many-locals,too-man
543543

544544
# Add footer
545545
lines.extend([
546-
"## Command Line Reference",
546+
"## CLI Reference",
547547
"",
548548
"Search parameters using the CLI:",
549549
"",

0 commit comments

Comments
 (0)