mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
clang-format: Various fixes to comments alignment from clang-format
13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
parent
3b11e33a09
commit
3a6be64c12
43 changed files with 368 additions and 485 deletions
|
@ -3068,9 +3068,9 @@ void GDScriptParser::get_class_doc_comment(int p_line, String &p_brief, String &
|
|||
|
||||
} else {
|
||||
/* Syntax:
|
||||
@tutorial ( The Title Here ) : https://the.url/
|
||||
^ open ^ close ^ colon ^ url
|
||||
*/
|
||||
* @tutorial ( The Title Here ) : https://the.url/
|
||||
* ^ open ^ close ^ colon ^ url
|
||||
*/
|
||||
int open_bracket_pos = begin_scan, close_bracket_pos = 0;
|
||||
while (open_bracket_pos < striped_line.length() && (striped_line[open_bracket_pos] == ' ' || striped_line[open_bracket_pos] == '\t')) {
|
||||
open_bracket_pos++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue