# Make javaDocs of my own methods

**URL:** https://forum.servoy.com/t/make-javadocs-of-my-own-methods/11063
**Category:** Classic Servoy
**Created:** [August 19, 2009, 3:13pm UTC](https://forum.servoy.com/t/make-javadocs-of-my-own-methods/11063 "2009-08-19T15:13:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![andres\_achiary](https://avatars.discourse-cdn.com/v4/letter/a/e47774/32.png) [@andres\_achiary](https://forum.servoy.com/u/andres_achiary)
#### Post date: [August 19, 2009, 3:13pm UTC](https://forum.servoy.com/t/make-javadocs-of-my-own-methods/11063/1 "2009-08-19T15:13:57Z")

</div>

Hi all…

i wanted to know if it possible to puta javadocs to my own methods. When i try to do it and put text between the "/\*\* _/" after i save it, it removes everything i put and only leaves the “properties” with the uuid of that method. The same thing happens if i try to put it inside the method, it transforms the /_\* to /\*, so it only leaves a comment.

So, is it possible? it would very nice to have this, it really helps for me at least

Thank you,

Andres

---

<div class="post-metadata">

### Author: ![pbakker](https://avatars.discourse-cdn.com/v4/letter/p/a4c791/32.png) [@pbakker](https://forum.servoy.com/u/pbakker)
#### Post date: [August 20, 2009, 7:13am UTC](https://forum.servoy.com/t/make-javadocs-of-my-own-methods/11063/2 "2009-08-20T07:13:32Z")

</div>

Join the Servoy Tano beta program, I’d say. ![:-)]( "Smile")

Prior to Tano, it is not possible to include your own comments in the JSdoc tag outside of the function declaration.

Paul

---

<div class="post-metadata">

### Author: ![andres\_achiary](https://avatars.discourse-cdn.com/v4/letter/a/e47774/32.png) [@andres\_achiary](https://forum.servoy.com/u/andres_achiary)
#### Post date: [August 20, 2009, 1:28pm UTC](https://forum.servoy.com/t/make-javadocs-of-my-own-methods/11063/3 "2009-08-20T13:28:37Z")

</div>

thank you paul, i ll have to join to Tano then ![:lol:]( "Laughing")
