Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix documentation in reflect_pull
  • Loading branch information
LadyCailin committed May 22, 2020
1 parent 1e51e2b commit 64bc095
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/laytonsmith/core/functions/Reflection.java
Expand Up @@ -159,27 +159,27 @@ public String docs() {
+ "| file_options_author\n"
+ "|\n"
+ "| Returns the author name, as set in the file options. Empty string is returned if it"
+ " is not set."
+ " is not set.\n"
+ "|-\n"
+ "| file_options_created\n"
+ "|\n"
+ "| Returns the created date, as set in the file options. Empty string is returned if it"
+ " is not set."
+ " is not set.\n"
+ "|-\n"
+ "| file_options_description\n"
+ "|\n"
+ "| Returns the file description, as set in the file options. Empty string is returned if it"
+ " is not set."
+ " is not set.\n"
+ "|-\n"
+ "| file_options_copyright\n"
+ "|\n"
+ "| Returns the copyright information, as set in the file options. Empty string is returned if it"
+ " is not set."
+ " is not set.\n"
+ "|-\n"
+ "| file_options_license\n"
+ "|\n"
+ "| Returns the code license, as set in the file options. Empty string is returned if it"
+ " is not set."
+ " is not set.\n"
+ "|}";
}

Expand Down

0 comments on commit 64bc095

Please sign in to comment.