Skip to content

UpdatedAI LICENSE.md#24

Open
MAYCHUI wants to merge 1 commit intofacebook-github-bot:mainfrom
MAYCHUI:patch-1
Open

UpdatedAI LICENSE.md#24
MAYCHUI wants to merge 1 commit intofacebook-github-bot:mainfrom
MAYCHUI:patch-1

Conversation

@MAYCHUI
Copy link
Copy Markdown

@MAYCHUI MAYCHUI commented Jan 30, 2024

No description provided.

@Pea1594
Copy link
Copy Markdown

Pea1594 commented May 13, 2024

i like it.

@Suzzieee
Copy link
Copy Markdown

Ich mag es auch

Copy link
Copy Markdown

@Karasew Karasew left a comment

Choose a reason for hiding this comment

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

🔑🖖

Comment thread LICENSE.md
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[![Python package](https://github.com/MAYCHUI/codellama/actions/workflows/python-package.yml/badge.svg)](https://github.com/MAYCHUI/codellama/actions/workflows/python-package.yml)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
Author

@MAYCHUI MAYCHUI Nov 13, 2025

Choose a reason for hiding this comment

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

interesting parser tests

@MAYCHUI MAYCHUI changed the title Updated LICENSE.md UpdatedAI LICENSE.md Apr 14, 2025
Copy link
Copy Markdown

@javanio627-bot javanio627-bot left a comment

Choose a reason for hiding this comment

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

Usong Java's Documention Comment
As explained in Part 1 java supports three types of comments. The first two are the /// and the /* */. The third type is called a documentation comment. It begins with the charactet sequence /**. It ends with */. Documention comments allow you to embed information about your program into the program itself. You can then use the javacdoc utility program (supplied with the JDK) to extract the information and put it into an HTML.file. Documentation comments make it conventient to document your programs. You have almost certainly seen documentation that uses such comments because that is the way the java API library was documented. Beginning with JDK9, javadoc. Includes support for modules.

THE javadoc Tags
The javadoc utility recognizes severalctags, including those shown here:

Tags                   Meaning
@author           Identifies the author.
{@code}            Displays information as -is, without 
                           processing HTML style, in code front.

@deprecated. Specifies that a program element is
deprecated
{@docroot} Specifies the path to the root directory of
The current documentation.
@exception Identifies an exception thrown by a method
or constructor.
@hidden Prevents an element from appearing in the
Documentation.
{@index} Specifies a term for indexing. {@inheritdoc} Inherits a comment from the immediate
Superclass.
{@link} Inserts an in-line link to another topic.
{@linkplain} Inserts an in-link to another topic, but the
Link is displayed in a plain-text front.
{@literal} Displays information as-is, without process-
ing HTML. styles.
@param Documents a parametersTags Meaning
@provide Documents a service provided by a module
@return Documents a method's return value.
@see Specifies a link to another topic.
@serial Documents a defult serializable field.
@Serialdata Documents the data written by the writeObject
( ) or writeExternal( ) methods.
@serialField Documents an ObjectStreamField component.
@SInCE States the release when specific change was
Introduced.
{@summary} Documents a summary of an item. (Added by
JDK 10.)
@throws Same as @exception.
@uses Documents a service needed by a module.
{@value} Displays the value of a constant, which must
be a static field.
@Version Specifies the version of a program element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants