From c3b948d76754d25ef73138b497f622f92dc3627a Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 5 Dec 2010 13:24:09 +0200 Subject: [PATCH] Note about @see usage in ExtJS source. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dfd54d48..2fedf61a 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,6 @@ The file `src/ext-core/src/core/Ext.js` has a doc-comment that says is followed by another doc-comment. The result is that official ExtJS documentation simply lists a nameless property of `Ext` class. +For some reason `@see` is only used inside normal comments, not in +doc-comments. There are only 7 of these though. + -- GitLab