Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 15095 #3668

Merged
merged 1 commit into from Sep 21, 2015
Merged

fix issue 15095 #3668

merged 1 commit into from Sep 21, 2015

Conversation

aG0aep6G
Copy link
Contributor

Add underscores to prevent auto formatting of parameter name "format".

https://issues.dlang.org/show_bug.cgi?id=15095

Add underscores to prevent auto formatting of parameter name "format".
@@ -1610,8 +1610,8 @@ is recommended if you want to process a complete file.

/**
* Read data from the file according to the specified
* $(LINK2 std_format.html#format-string, format specifier) using
* $(XREF format,formattedRead).
* $(LINK2 std_format.html#_format-string, format specifier) using
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still see an italic in text "format specifier" on the generated html. perhaps an additional underscore for the anchor text?

The links are working correctly now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left that on purpose to reference the parameter. Can change it, though, if you want. I don't feel strongly about it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm... it's strange, because the link goes to the specifier page. But I suppose it makes sense.

@schveiguy
Copy link
Member

Auto-merge toggled on

schveiguy added a commit that referenced this pull request Sep 21, 2015
@schveiguy schveiguy merged commit 796771a into dlang:master Sep 21, 2015
@aG0aep6G aG0aep6G deleted the 15095 branch January 17, 2016 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants