-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not report an error for doc attributes file invalid in erlang module
Summary: The `erlang` module for OTP 27 has a doc attribute ``` -doc {file,"../../doc/src/erlang_system_info.md"}. ``` The referenced file is not included in all erlang binary packages, so silence the error if it is not found. Also, some errors emitted by `elp_epp` were referring to `epp`, not `elp_epp`, so were not being formatted correctly. Reviewed By: RobinMorisset Differential Revision: D60166779 fbshipit-source-id: 5c2f77bd458396cb826df4c2c6352ac94f636fe8
- Loading branch information
1 parent
5885bbd
commit b531363
Showing
2 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters