Skip to content

Commit

Permalink
main: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 6, 2025
1 parent 654687c commit e19afcd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024 Stephen Gold
Copyright (c) 2024-2025 Stephen Gold
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* Render settings for debug visualization. (native type:
* BodyManager::DrawSettings)
* {@code BodyManager::DrawSettings})
*
* @author Stephen Gold [email protected]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Character extends CharacterBase implements ConstCharacter {
* @param orientation the desired initial orientation (in system
* coordinates, not null, unaffected)
* @param userData the desired user-data value
* @param system the system to which the character will be added (not null)
* @param system where to add the body (not null)
*/
public Character(ConstCharacterSettings settings, RVec3Arg location,
QuatArg orientation, long userData, PhysicsSystem system) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public CharacterVirtual(long characterVa, PhysicsSystem physicsSystem) {
* @param orientation the desired initial orientation (in system
* coordinates, not null, unaffected)
* @param userData the desired user-data value
* @param system the system to which the character will be added (not null)
* @param system where to add the body (not null)
*/
public CharacterVirtual(
ConstCharacterVirtualSettings settings, RVec3Arg location,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024 Stephen Gold
Copyright (c) 2024-2025 Stephen Gold
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* Combine the restitution or friction of 2 bodies. (native type:
* ContactConstraintManager::CombineFunction)
* {@code ContactConstraintManager::CombineFunction})
*
* @author Stephen Gold [email protected]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/stephengold/joltjni/Contact.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* Describe a contact between a {@code Character} and a body or another
* character.
* character. (native type: {@code CharacterVirtual::Contact})
*
* @author Stephen Gold [email protected]
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/stephengold/joltjni/JointState.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024 Stephen Gold
Copyright (c) 2024-2025 Stephen Gold
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* The local-space coordinate transform of an animation joint relative to its
* parent joint. (native type: SkeletonPose::JointState)
* parent joint. (native type: {@code SkeletonPose::JointState})
*
* @author Stephen Gold [email protected]
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/stephengold/joltjni/Part.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024 Stephen Gold
Copyright (c) 2024-2025 Stephen Gold
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -25,7 +25,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* Settings used to generate a rigid body in a {@code Ragdoll}. (native type:
* RagdollSettings::Part)
* {@code RagdollSettings::Part})
*
* @author Stephen Gold [email protected]
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024 Stephen Gold
Copyright (c) 2024-2025 Stephen Gold
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal

/**
* Render settings for debug visualization. (native type:
* SkeletonPose::DrawSettings)
* {@code SkeletonPose::DrawSettings})
*
* @author Stephen Gold [email protected]
*/
Expand Down

0 comments on commit e19afcd

Please sign in to comment.