chapel-lang/chapel

Enable chpldoc extern flag?

Open

#6,026 创建于 2017年4月14日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)Chapel (446 fork)auto 404
area: Compilerarea: Docsarea: Toolsgood first issuehelp wanted / stealtype: Designtype: Unimplemented Feature

仓库指标

Star
 (2,010 star)
PR 合并指标
 (PR 指标待抓取)

描述

Open question: would we want to give the ability for a chpldoc user to avoid outputting extern declarations via a flag? The support is mostly present today and theoretically only involves uncommenting this line to complete but we aren't sure of the utility.

This was considered because extern functions are often used for under-the-hood code that is generally not something we want to expose to clients of the particular module, and so might fall under the same category as private functions.

Compile command: chpldoc externTest.doc.chpl

Associated Future Test(s): test/chpldoc/compflags/extern/externTest.doc.chpl

贡献者指南