-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsdoc2md may flush some pieces of the embedded doc #378
Comments
I will look deeper into this problem, and trying to solve it, within 24 hours! Possible solution: (I haven't tried, I will do it)
|
Glad to see you start working on this! 👍 |
huan
pushed a commit
that referenced
this issue
Mar 31, 2017
* fix Upcase * use .alias() instead of .remark() contact.remark() should be deprecated * fix Upcase * use .alias() instead of .remark() contact.remark() should be deprecated * fix the embeded doc for .alias() * fix trailing whitespace * Limit the size of the sending file (#376) * Limit the size of the sending file * limit vedio size * add remark * tslint * Optimize videoMaxSize limit * tslint * fix Upcase * use .alias() instead of .remark() contact.remark() should be deprecated * fix the embeded doc for .alias() * fix trailing whitespace * remove unnecessary comments in the exmaple code * better example code * Set / Get / Delete => SET / GET /DELETE * better delete alias example * Revert "Limit the size of the sending file (#376)" This reverts commit a59984e.
Merge to #252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In brief, this issue is caused by our auto-doc working flow, at the 1st step
npm run dist
(compile TS into JS), it flushes some pieces of embedded doc May Impact #252 #73Our auto-doc working flow (with jsdoc / jsdoc2md):
See more in details:
https://github.com/Chatie/wechaty/blob/b77c241d7d716635c5481ed734b32e303fce8e4c/src/contact.ts#L430-L505
The text was updated successfully, but these errors were encountered: