We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c24894 commit b1ef915Copy full SHA for b1ef915
flang/docs/FIR/CreateFIRLangRef.py
@@ -4,9 +4,9 @@
4
import os
5
6
# These paths are relative to flang/docs in the build directory, not source, as that's where this tool is executed.
7
-HEADER_PATH = os.path.join("Source", "FIR", "FIRLangRef_Header.md")
+HEADER_PATH = os.path.join("SourceHtml", "FIR", "FIRLangRef_Header.md")
8
DOCS_PATH = os.path.join("Dialect", "FIRLangRef.md")
9
-OUTPUT_PATH = os.path.join("Source", "FIRLangRef.md")
+OUTPUT_PATH = os.path.join("SourceHtml", "FIRLangRef.md")
10
11
# 1. Writes line 1 from docs to output, (comment line that the file is autogenerated)
12
# 2. Adds a new line
0 commit comments