bookshelf-doc/DocGen4
Henrik Böving 4a3e22490f fix: Printing of argument names with macro scopes
Previously we would print all names with macro scopes (after removing
the macro related stuff) which could cause confusion if for example
there was an actual parameter named `a` and one named `a` but
autogenerated by Lean itself. Now we only try to print names with
macro scopes iff they are names of type class parameters. Otherwise
the rest of the Expr is moved behind the :.
2022-01-15 15:12:55 +01:00
..
Output feat: basic source links 2022-01-14 13:36:41 +01:00
Hierarchy.lean chore: Use builtin Name methods instead 2021-12-17 17:04:56 +01:00
IncludeStr.lean chore: In file licensing 2021-12-12 13:38:31 +01:00
Load.lean feat: Proper linking of all constants 2022-01-03 14:25:50 +01:00
Output.lean feat: basic source links 2022-01-14 13:36:41 +01:00
Process.lean fix: Printing of argument names with macro scopes 2022-01-15 15:12:55 +01:00
ToHtmlFormat.lean feat: Newline free HTML formatting 2021-12-25 14:04:35 +01:00